Skip to content

test(connectivity_plus): update android version boundary to accommodate API 24 emulator behavior#3857

Merged
vbuberen merged 1 commit into
fluttercommunity:mainfrom
mdmahendri:fix/connectivity-test-api24-threshold
Jun 18, 2026
Merged

test(connectivity_plus): update android version boundary to accommodate API 24 emulator behavior#3857
vbuberen merged 1 commit into
fluttercommunity:mainfrom
mdmahendri:fix/connectivity-test-api24-threshold

Conversation

@mdmahendri

Copy link
Copy Markdown
Contributor

Description

This PR resolves the pre-existing integration test failures on Android API Level 24 by updating the operating system version skip threshold from 5 to 7.
On emulators running API levels lower than 25 (Android 7.1), the environment does not automatically provision a simulated Wi-Fi access point (AndroidWifi). Because the suite tests for an active Wi-Fi connection, this limitation causes fail on legacy test matrices (such as our API 24 runner).

Related Issues

See also this explanation from #3849

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • No, this is not a breaking change.

@vbuberen vbuberen force-pushed the fix/connectivity-test-api24-threshold branch from 31237a3 to 10cc1e2 Compare June 18, 2026 10:32
@vbuberen vbuberen merged commit ee23d0a into fluttercommunity:main Jun 18, 2026
17 of 21 checks passed
@mdmahendri mdmahendri deleted the fix/connectivity-test-api24-threshold branch June 19, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants